home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DIAG / SYSCV32.ARJ / PRINTM.BAT next >
DOS Batch File  |  1992-07-25  |  1KB  |  22 lines

  1. echo off
  2. CLS
  3. echo .                                                                         .    
  4. echo .                                                                         .    
  5. echo .......................Printing instruction manual.........................
  6. echo .................................4 pages...................................
  7. echo .......................Ready print and strike a key........................
  8. echo ...........................................................................
  9. echo .                                                                         .    
  10. echo .                                                                         .    
  11.  
  12. PAUSE > NUL
  13. COPY SYSTEM.DOC PRN
  14.  
  15. echo .                                                                         .
  16. echo .                                                                         . 
  17. echo ..............................Printing complete............................
  18. echo .                                                                         .    
  19. echo .                                                                         .    
  20.  
  21.  
  22.